(Defining Macros): Declaration keyword is `debug' not `edebug'.
authorJohn Paul Wallington <jpw@pobox.com>
Fri, 23 Jul 2004 18:25:07 +0000 (18:25 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Fri, 23 Jul 2004 18:25:07 +0000 (18:25 +0000)
lispref/macros.texi

index e903a159c2774ec27abb630249f1e042fd0d02d5..e28ab80ac6b2dca3d537ff5f59821eb4eb09b02f 100644 (file)
@@ -239,7 +239,7 @@ additional information about it.  Two kinds of specification are
 currently supported:
 
 @table @code
-@item (edebug @var{edebug-form-spec})
+@item (debug @var{edebug-form-spec})
 Specify how to step through macro calls for Edebug.
 @xref{Instrumenting Macro Calls}, for more details.